From aca92231392c9664f13358c587cbfee568a5d19d Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 16 Apr 2013 17:41:41 -0700 Subject: [PATCH] Small doc fix to JobQueueRedis. Change-Id: I217b3642c67338f7d45995d81e5e18887242479a --- includes/job/JobQueueRedis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/job/JobQueueRedis.php b/includes/job/JobQueueRedis.php index 1b22c8d7af..6947f73134 100644 --- a/includes/job/JobQueueRedis.php +++ b/includes/job/JobQueueRedis.php @@ -232,7 +232,7 @@ class JobQueueRedis extends JobQueue { * @throws RedisException */ protected function pushBlobs( RedisConnRef $conn, array $items ) { - $args = array(); // ([id, sha1, blob [, id, sha1, blob ... ] ] ) + $args = array(); // ([id, sha1, rtime, blob [, id, sha1, rtime, blob ... ] ] ) foreach ( $items as $item ) { $args[] = (string)$item['uuid']; $args[] = (string)$item['sha1']; -- 2.20.1